<style>
* {
	box-sizing: border-box;
	font-family: 'Trebuchet MS', 'Arial Unicode MS', sans-serif;
	font-weight: normal;
}

/* section class */
.Top-Events {
	font-family: 'Trebuchet MS', 'Arial Unicode MS', sans-serif;
	margin: 5px 5px 5px 5px;
}

/*section header clas */
.Top-Events-Header {
	/* background-color: #075eea; */
	color: #fbfafa;
	width: 100%;
	padding: 4px 8px;
	text-align: left;
	font-size: 16px;
	/* border-radius: 5px 5px 0px 0px; */
	line-height: 24px !important;
	/* height: 32px; */
	/* border-bottom: 1px solid #535353; */
	border-top: 1px solid #535353;
	margin: 0px;
}

.Top-Leagues-Holder {
	overflow: auto;
	border-radius: 5px;
}

.top-football {
	font-size: 16px;
}

/* table class */
.Event-Holder {
	width: 100%;
	
}

/* Event Left 50% */
.Event {
	width: 50%;
    background-color: #5d5d5c;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #fbfafa;
	border-bottom: 1px solid #535353;
    border-top: none;
    border-right: 1px solid #535353;
    border-left: 1px solid #535353;
}

.Event:hover {
    background-color: #6d6d6c;
}

.Event-Link {
    color: #fbfafa;
}

.Event-Link:hover {
	text-decoration: none;
}

.Event-Link:focus {
	text-decoration: none;
}


.Event-Details {
	padding: 5px 0px 5px 10px;
	text-align: left;
}

.team-name {
    color: #fbfafa;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.event-time {
    color: #b8b6b5;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

/* Outcomes Right 50% */
.outcome {
	width: auto;
	font-size: 13px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #535353;
    border-top: none;
    border-right: 1px solid #535353;
	background-color: #4c4c4c;
}

.outcome:hover {
    background-color: #6d6d6c;
}

.Outcome-Link {
    color: #fbfafa;
}

.Outcome-Link:hover {
	text-decoration: none;
}

.Outcome-Link:focus {
	text-decoration: none;
}

.Outcome-Details {
	padding: 11px 0px 10px 0px;
}

.outcome-name {
	text-align: center;
	color: #b8b6b5;
	text-decoration: none;
	font-weight: normal;
}

.outcome-odd {
	text-align: center;
	color: #eabd31;
	text-decoration: none;
	font-weight: normal;
}

/* TOP EVENTS SPORTS SCROLL NAVIGATION MENU */

div.sports-scroll-top-events {
	background-color: #333;
	overflow: auto;
	white-space: nowrap;
	height: auto;
	margin: 0px 0px;
	/* display: block; */
}

div.sports-scroll-top-events a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

div.sports-scroll-top-events a:hover {
	background-color: #777;
}

.sports-tab-top-events {
	min-width: 100%;
	max-width: auto;
	font-weight: normal;
	background-color: #3b3b3b;
	color: #b8b6b5;
	float: center;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sports-tab-top-events button {
	width: 72px;
	color: #b8b6b5;
	border-radius: 5px;
	background-color: #3b3b3b;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 7px 2px 3px 2px;
	transition: 0.3s;
	font-size: 10px;
	font-weight: normal;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
	margin: 5px 0px 5px 0px;
}

.sports-tab-top-events button:hover {
	font-weight: normal;
	color: #e5e3e3;
	background-color: #4c4c4b;
	border-radius: 5px;
}

.sports-tab-top-events button.active {
	background-color: #333;
	color: #eabd31;
	border-radius: 5px;
}

.tabcontent-top-events {
	border: none;
	display: none;
	padding: 0px 0px;
	margin: 5px 0px 5px 0px;
	z-index: 2;
}

/* MASTER GROUPS AND LEAGUES */

.sport-top-events {
	top: 0;
	left: 0;
	background-color: #5d5d5c;
	overflow-x: hidden;
	margin-top: 00px;
	margin-bottom: 5px;
	position: relative;
}

.sport-top-events a:hover, {
	color: #f1f1f1;
}

.active, .sport-top-events a:hover {
	color: #f1f1f1;
}

.fa-tennis {
	rotate: -45deg;
}

.fa-fire-flame-curved  {
	font-size: 16px;
}
}

</style>
